home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / DomonicDefence4.swf / scripts / frame_17 / PlaceObject2_207_2 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2005-09-27  |  93 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.castleHp <= 0)
  3.    {
  4.       gotoAndStop(18);
  5.    }
  6. }
  7.